Position
constructor(contextInput: ContextInput, mX: Int, mY: Int, x: Int, y: Int, width: Int, height: Int, screenWidth: Int, screenHeight: Int)
Parameters
context Input
ContextInput the type of input relevant to this context event
m X
current mouse X position in pixels
m Y
current mouse Y position in pixels
x
scoped X position. Downstream handlers should update this with their scoped position as needed.
y
scoped Y position. Downstream handlers should update this with their scoped position as needed.
screen Width
current screen width in pixels
screen Height
current screen height in pixels